h1,
h2,
p {
  line-height: 1.4em;
  word-break: break-all;
}
input,
textarea {
  font-family: "微软雅黑";
  padding: 10px;
}
a {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  color:#0086ff;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.font-0 {
  font-size: 0;
}
.m-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.m-v-30 {
  margin-top: 30px !important;
  margin-bottom: 60px !important;
}
.m-t-40 {
  margin-top: 40px !important;
  max-width: 360px;
}
.m-v-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.m-v-80 {
  margin-top: 10px !important;
  margin-bottom: 80px !important;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.no-data {
  font-size: 22px;
  text-align: center;
  height: 500px;
  line-height: 500px;
}
.crumbs {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.crumbs .desc {
    position: relative;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
}
.crumbs .desc::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(/public/static/pc/images/address.png);
    background-size: contain;
}
.crumbs a {
    height: 40px;
    line-height: 40px;
    color: #666;
    position: relative;
}
.crumbs a::before {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.crumbs a:hover {
    color: #0086ff;
}
.crumbs a:hover::before {
    color: #0086ff;
}
.footer .footer-top {
    background: url(/public/static/pc/images/footer.png) no-repeat;
    background-position: center center;
    min-width: 1200px;
    background-origin: 50% 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer .footer-top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-top .wrapper .footer-top-left {
    color: #FFFFFF;
}
.footer .footer-top .wrapper .footer-top-left .contact {
    font-size: 30px;
}
.footer .footer-top .wrapper .footer-top-left .addr {
    margin: 44px 0 28px;
    font-size: 20px;
}
.footer .footer-top .wrapper .footer-top-left .phone {
    font-size: 20px;
}
.footer .footer-top .wrapper .footer-top-right {
    font-size: 0;
}
.footer .footer-top .wrapper .footer-top-right img {
    width: 120px;
    height: 120px;
}
.footer .footer-top .wrapper .footer-top-right p {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}
.footer .footer-bottom {
    background: #1B1F2C;
}
.footer .footer-bottom .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-bottom .wrapper .footer-bottom-left a {
    display: inline-block;
    height: 100px;
    line-height: 100px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom .wrapper .footer-bottom-left a:hover {
    color: #0086FF;
}
.footer .footer-bottom .wrapper .footer-bottom-left a + a {
    margin-left: 15px;
}
.footer .footer-bottom .wrapper .footer-bottom-right p {
    height: 100px;
    line-height: 100px;
    text-align: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
.footer .footer-bottom .wrapper .footer-bottom-right a {
    height: 100px;
    line-height: 100px;
    text-align: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}
h2{
    font-weight: bold;
    font-size: 22px;
}
h3{
    font-weight: bold;
    font-size: 18px;
}
strong{
    font-weight: bold;
}